home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / quick-pic.swf / scripts / frame_260 / PlaceObject2_128_28 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2005-09-29  |  1.3 KB  |  63 lines

  1. onClipEvent(load){
  2.    if(_root.position7 == 1)
  3.    {
  4.       setProperty(this, _X, 200);
  5.       setProperty(this, _Y, 100);
  6.    }
  7.    if(_root.position7 == 2)
  8.    {
  9.       setProperty(this, _X, 310);
  10.       setProperty(this, _Y, 100);
  11.    }
  12.    if(_root.position7 == 3)
  13.    {
  14.       setProperty(this, _X, 420);
  15.       setProperty(this, _Y, 100);
  16.    }
  17.    if(_root.position7 == 4)
  18.    {
  19.       setProperty(this, _X, 530);
  20.       setProperty(this, _Y, 100);
  21.    }
  22.    if(_root.position7 == 5)
  23.    {
  24.       setProperty(this, _X, 200);
  25.       setProperty(this, _Y, 210);
  26.    }
  27.    if(_root.position7 == 6)
  28.    {
  29.       setProperty(this, _X, 310);
  30.       setProperty(this, _Y, 210);
  31.    }
  32.    if(_root.position7 == 7)
  33.    {
  34.       setProperty(this, _X, 420);
  35.       setProperty(this, _Y, 210);
  36.    }
  37.    if(_root.position7 == 8)
  38.    {
  39.       setProperty(this, _X, 530);
  40.       setProperty(this, _Y, 210);
  41.    }
  42.    if(_root.position7 == 9)
  43.    {
  44.       setProperty(this, _X, 200);
  45.       setProperty(this, _Y, 320);
  46.    }
  47.    if(_root.position7 == 10)
  48.    {
  49.       setProperty(this, _X, 310);
  50.       setProperty(this, _Y, 320);
  51.    }
  52.    if(_root.position7 == 11)
  53.    {
  54.       setProperty(this, _X, 420);
  55.       setProperty(this, _Y, 320);
  56.    }
  57.    if(_root.position7 == 12)
  58.    {
  59.       setProperty(this, _X, 530);
  60.       setProperty(this, _Y, 320);
  61.    }
  62. }
  63.